import * as React from 'react'; import { Heading, useTheme } from '@aws-amplify/ui-react'; export const HeadingStylePropsExample = () => { const { tokens } = useTheme(); return ( Hello world ); };